Vcenter FoundationLoadBalancers RuntimeInfo
The Vcenter FoundationLoadBalancers RuntimeInfo schema defines load balancer different status information while the load balancer is running.
This schema was added in vSphere API 9.0.0.0.
{
"operation_status": "string",
"operation_notifications": [
{
"severity": "string",
"title": "string",
"message": "string",
"time": "string"
}
],
"deployment_status": "string",
"health_status": "string",
"utilization": {
"cpu": "string",
"memory": "string"
}
}
The consolidated operation status of load balancer, it describes which stage the operation is in when making changes to current associated load balancer.
For more information see: Vcenter FoundationLoadBalancers OperationStatus.
This property was added in vSphere API 9.0.0.0.
The notification messages used to describe the detailed process of making changes to current associated load balancer.
This property was added in vSphere API 9.0.0.0.
If missing or null
means there isn't any exception to notify the caller(s).
The consolidated deployment status of all backend load balancer node(s).
For more information see: Vcenter FoundationLoadBalancers DeploymentStatus.
This property was added in vSphere API 9.0.0.0.
The consolidated health status of load balancer workload(s), more information of the health status refers to specific load balancer node.
For more information see: Vcenter FoundationLoadBalancers HealthStatus.
This property was added in vSphere API 9.0.0.0.
The consolidated utilization status of load balancer.
This property was added in vSphere API 9.0.0.0.